projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f57a49
)
[USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Jul 1993 07:51:55 +0000
(07:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Jul 1993 07:51:55 +0000
(07:51 +0000)
src/m/delta88k.h
patch
|
blob
|
history
diff --git
a/src/m/delta88k.h
b/src/m/delta88k.h
index 3b324d0059c08f6c58449d2b542a16aed5eb11d6..e6f7c0e7cc8d64e5f28956edb93be96a658bf1b4 100644
(file)
--- a/
src/m/delta88k.h
+++ b/
src/m/delta88k.h
@@
-142,10
+142,11
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* we have the wrong name for networking libs
*/
-#undef LIBX11_SYSTEM
#ifdef USG5_4
-#define LIBX11_SYSTEM -lX11
+/* rms: not needed; LIB_X11_LIB deals with this. */
+/* #define LIBX11_SYSTEM -lX11 */
#else
+#undef LIBX11_SYSTEM
#define LIBX11_SYSTEM -lnsl -lbsd
#endif /* USG5_4 */